home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / amos315.zip / HISTORY.DOC < prev    next >
Text File  |  1994-11-28  |  4KB  |  76 lines

  1.  
  2.                AA      MM       MM    OOOO      SSSS
  3.               AAAA     MMMM   MMMM   OO  OO    SS  SS
  4.             AA    AA   MM MMMMM MM  OO    OO  SS    SS
  5.             AA    AA   MM  MMM  MM  OO    OO  SS
  6.             AA    AA   MM   M   MM  OO    OO   SSS
  7.             AAAAAAAA   MM   M   MM  OO    OO      SSS
  8.             AA    AA   MM       MM  OO    OO  SS    SS
  9.             AA    AA   MM       MM   OO  OO    SS  SS
  10.             AA    AA   MM       MM    OOOO      SSSS
  11.  
  12.  
  13.  ■ Development history, v1.0 to v3.15
  14. ┌────────────────────────────────────···
  15. │  AMOS started as an idea.  An idea of being able to salvage data that would
  16. ·  otherwise be lost.  I thought this was a great idea, and contacted IBM for
  17. ·  some technical doc on HPFS.  "The doc for HPFS is classified", I was told.
  18. ·  I was unable to breach this barrier (Does it have something to do with
  19.    Microsoft's rights on HPFS?), so AMOS is all my own work.
  20.  
  21.    Without documentation, it is pretty hard to write a program for accessing and
  22.    even writing HPFS-drives.  And very easy indeed to trash drives, making them
  23.    unreadable, OS/2 unbootable, and the like.  Which is why AMOS has been such
  24.    a long time underway, and which is also why nobody but my beta-testers saw
  25.    AMOS until the v1.0 release.
  26.  
  27.  
  28.    Having written AMOS v1.x, the next step naturally is to include HPFS drives
  29.    in the normal DOS drive lettering scheme using a TSR.  This is AMOS v3,
  30.    which is still read/only, and will probably remain that way for quite a
  31.    while.  Supporting the structures necessary for writing HPFS drives is
  32.    costly in terms of memory...
  33.  
  34.    To make AMOS, hundreds of hours of work have been used.  Most of the time
  35.    has been used in a sector-editor, trying to figure out the cryptic ways
  36.    of HPFS.
  37.  
  38.    Enjoy!
  39.  
  40.  
  41.  ■ Release history of AMOS v3
  42. ┌────────────────────────────···
  43. │  v3.15  Released 29. nov 1994
  44. ·         - When opening a file in a directory where a FindFirst/Next
  45. ·           sequence was running, a few files were not found.  Fixed.
  46. ·         + Added a bit of speed.  Best performance so far: Up to twice
  47.             the speed of OS/2.
  48.           + Added support for up to 8 physical hard disks.
  49.           + Enhanced use of real memory.  There is what I think may be
  50.             a bug in SCAN v2.1.3, causing AMOS v3.10 to run real slow.
  51.  
  52.    v3.10  Released 18. nov 1994
  53.           - Fixed a bug causing some files in very large directories
  54.             not to be reported.
  55.           - Increased memory requirement to 41968 bytes.  Sad, but true.
  56.           - Fixed a bug in the DOS SeekFromEOF function.
  57.           + Enhanced speed by a significant amount.  AMOS now sometimes
  58.             beats OS/2!
  59.           + Cache handling rewritten to be smaller and much more efficient.
  60.           + Added SWREG identification number for CompuServe users.
  61.           + Removed comparative benchmark figures from documentation.
  62.  
  63.    v3.01  Released 07. nov 1994.
  64.           - Fixed a bug in the -i parameter causing some files not to be shown
  65.           - Fixed a bug in CloseFile, sometimes causing applications
  66.             using DosDupHandle to crash
  67.           + Improved performance a bit.
  68.           + Reduced memory requirements by about 2k to 40720 bytes.
  69.           + Removed some typos in the documentation.
  70.           + Added benchmark tests to the documentation.
  71.           + Updated OZ.REG to include the correct address.
  72.  
  73.    v3.0   Released 05. nov. 1994.  First public release.
  74.